home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / convrtrs / pbmplus / scripts.lzh / scripts / compat.ksh < prev    next >
Text File  |  1992-01-28  |  1KB  |  37 lines

  1. # compat.ksh - ksh aliases to allow users of old versions of PBM to keep
  2. #                 their habits.
  3. #
  4. # This script must be sourced - it will not work if you run it in a sub-shell.
  5.  
  6. alias pbmcatlr='pnmcat -lr'
  7. alias pbmcattb='pnmcat -tb'
  8. alias pbmcrop='pnmcrop'
  9. alias pbmcut='pnmcut'
  10. alias pbmenlarge='pnmenlarge'
  11. alias pbmfliplr='pnmflip -lr'
  12. alias pbmfliptb='pnmflip -tb'
  13. alias pbmpaste='pnmpaste'
  14. alias pbmtops='pnmtops'
  15. alias pbmtorast='pnmtorast'
  16. alias pbmtoxwd='pnmtoxwd'
  17. alias pbmtrnspos='pnmflip -xy'
  18. alias pcxtopbm='pcxtoppm'
  19. alias pgmtops='pnmtops'
  20. alias picttopbm='picttoppm'
  21. alias ppmarith='pnmarith'
  22. alias ppmconvol='pnmconvol'
  23. alias ppmcscale='pnmdepth'
  24. alias ppmrotate='pnmrotate'
  25. alias ppmscale='pnmscale'
  26. alias ppmshear='pnmshear'
  27. alias ppmsmooth='pnmsmooth'
  28. alias ppmtops='pnmtops'
  29. alias ppmtorast='pnmtorast'
  30. alias ppmtoxwd='pnmtoxwd'
  31. alias rasttopbm='rasttopnm'
  32. alias rasttoppm='rasttopnm'
  33. alias tifftopbm='tifftopnm'
  34. alias tifftopgm='tifftopnm'
  35. alias xwdtopbm='xwdtopnm'
  36. alias xwdtoppm='xwdtopnm'
  37.